home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00241_Script_GESTION_PETIT_LOGO_BANDEAU_MOBICLIC < prev    next >
Text File  |  2004-12-05  |  549b  |  17 lines

  1. global gL_Zap, gJLM_W
  2. property p_cettePiste, p_Nodepiste,p_nom_Acteur
  3. ----------------------------------
  4. on beginsprite me
  5.   p_Nodepiste = me.spriteNum
  6.   p_cettePiste = sprite(p_Nodepiste)
  7.   if zRacine() = "COUR00" then
  8.     temp = but_tail(zLast(),2)
  9.     if temp <> "COUR" and temp <> VOID then
  10.       p_cettePiste.member = "petitlogo"&temp
  11.     end if
  12.   end if
  13.   p_nom_Acteur = p_cettePiste.member.name
  14.   delta =  p_Nodepiste - gL_Zap[21]
  15.   p_cettePiste.locZ = sprite(gL_Zap[21]).locZ + delta
  16. end
  17. -----------------------------------